public marks

PUBLIC MARKS from "Xavier Lacot" with tags web & python

2009

Have unique descriptive page titles at Spindrop

A python script to determine how unique the page titles of a website are. For instance, "python measure.py lacot.org"

2006

Pylons Python Web Framework

by 8 others
Pylons is a lightweight web framework emphasizing flexibility and rapid development.

Construire votre blog avec Django - Chez ghis

by 2 others
Cet article est destiné à vous faire découvrir le framework web Django par la création d'une application simple : un blog.

Wapiti - Web application security auditor

by 13 others (via)
Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.